Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrixRowCollection Class / Insert Method / Insert(Nullable<Int32>[],InsertLocation) Method
The row cells value array.
The target InsertLocation for the insertion.

In This Topic
    Insert(Nullable<Int32>[],InsertLocation) Method
    In This Topic
    Inserts a new OMathMatrixRow into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal cellsValue() As System.Nullable(Of Integer), _
       ByVal location As InsertLocation _
    ) As OMathMatrixRow
    public OMathMatrixRow Insert( 
       System.Nullable<int>[] cellsValue,
       InsertLocation location
    )

    Parameters

    cellsValue
    The row cells value array.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathMatrixRow.
    See Also